home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / sortarry.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.3 KB  |  71 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Sort_Utilities
  3. -- VERSION           : 1.2 (SUEC076)
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : Mendal@SIERRA.STANFORD.EDU
  6. -- AUTHOR            : Geoffrey O. Mendal
  7. --                   : Stanford University
  8. --                   : Computer Systems Laboratory
  9. --                   : Stanford, CA  94305
  10. --                   : (415) 723-1414 or 723-1175
  11. -- COPYRIGHT         : (c) 1985, 1986 Geoffrey O. Mendal
  12. -- DATE CREATED      : Mon 11 Nov 85
  13. -- DATE RELEASED     : Sun 25 Dec 85
  14. -- DATE LAST UPDATED : MENDAL Sun 07 Dec 86
  15. -- LOCATION          : C2MUG
  16. -- LOCATION          : ASR
  17. -- ENVIRONMENT       : DG MV10000, ROLM ADE
  18. --= CLASSIFICATION       ===============================================--
  19. -- CATEGORY LEVEL 1  : COMPONENTS
  20. -- CATEGORY LEVEL 2  : SORT
  21. -- CATEGORY LEVEL 3  : Sort Utilities
  22. -- CATEGORY LEVEL 4  : 
  23. -- KEYWORD           : SORT
  24. -- KEYWORD           : SORT UTILITIES
  25. -- INDEX             : Sort
  26. -- INDEX             : Sort Utilties
  27. -- INDEX             : Utilties, Sort
  28. -- TAXONOMY          : 
  29. -- DEPENDENCIES      : 
  30. -- SEE ALSO          : PD:<ADA.COMPONENTS>CDUPDATE, PD:<ADA.COMPONENTS>FILECOMP
  31. --= FILE LISTING         ===============================================--
  32. -- FILE SPECS        : PD:<ADA.COMPONENTS>SORTARRY.*
  33. -- DIRECTORY DISPLAY :
  34. -- Directory   PD:<ADA.COMPONENTS>
  35. --      File Name     Byte Count  Line Count
  36. --   ---------------  ----------  ----------
  37. --   SORTARRY.ADA          62225        1586
  38. --   SORTARRY.CMM            638          21
  39. --   SORTARRY.PRO           3380          67
  40. --   ===============  ==========  ==========
  41. --     3 Files             66243        1674
  42. --= ABSTRACT             ===============================================--
  43. --         This generic package contains several array sorting routines.
  44. --= REVISION HISTORY     ===============================================--
  45. --
  46. -- DATE         VERSION              AUTHOR     HISTORY
  47. -- 12/29/85     1.0 (MOOV115)     Mendal     Initial Release
  48. -- 04/11/86     1.1 (FRPR116)     Mendal     ANNA formal comments
  49. -- 12/06/86     1.2 (SUEC076)     Mendal     more ANNA annotations
  50. --= RELEASE NOTICE       ===============================================--
  51. -- This prologue must be included in all copies of this software.
  52. --
  53. -- This software is copyright by the author.
  54. --
  55. -- This software is released to the Ada community.
  56. -- This software is released to the Public Domain (note:
  57. --   software released to the Public Domain is not subject
  58. --   to copyright protection).
  59. -- Restrictions on use or distribution:  NONE
  60. --= DISCLAIMER           ===============================================--
  61. --     This software and its documentation are provided "AS IS" and
  62. -- without any expressed or implied warranties whatsoever.  No warranties
  63. -- as to performance, merchantability, or fitness for a particular
  64. -- purpose exist.
  65. --     The user is advised to test the software thoroughly before
  66. -- relying on it.  The user must assume the entire risk and liability of
  67. -- using this software.  In no event shall any person or organization of
  68. -- people be held responsible for any direct, indirect, consequential or
  69. -- inconsequential damages or lost profits.
  70. --======================================================================--
  71.